Skip to content

SyncLatest5State struct

Defined in

Namespace: ReactiveUI.Primitives.Async.Advanced Assembly: ReactiveUI.Primitives.Async.Core.dll Full name: ReactiveUI.Primitives.Async.Advanced.SyncLatest5State<T1, T2, T3, T4, T5> Modifiers: public sealed

Summary

Bundles the source observables for the arity-5 SyncLatest operator.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481, net471

Class hierarchy
classDiagram
class SyncLatest5State~T1,T2,T3,T4,T5~
class IEquatable~SyncLatest5State~T1, T2, T3, T4, T5~~ {
    <>
}
IEquatable~SyncLatest5State~T1, T2, T3, T4, T5~~ <|.. SyncLatest5State~T1,T2,T3,T4,T5~

Implements: IEquatable>

Constructors

NameSummary
.ctorBundles the source observables for the arity-5 SyncLatest operator.

Properties

NameSummary
Source1Source observable 1.
Source2Source observable 2.
Source3Source observable 3.
Source4Source observable 4.
Source5Source observable 5.

Methods

NameSummary
ToString
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality